home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / CHKBOOK.PAK / CHKBMAC.R < prev    next >
Text File  |  1997-05-06  |  4KB  |  216 lines

  1. #include    "mrc\types.r"
  2. #include    "mrc\balloons.r"
  3. #include        "resource.h"
  4. #include        "systypes.r"
  5.  
  6. /////////////////////////////////////////////////////////////////////////
  7. // WLM resources
  8.  
  9. #include    "ftab.r"
  10.  
  11.  
  12. /////////////////////////////////////////////////////////////////////////
  13. // MFC resources
  14.  
  15. #include    "afxaete.r"
  16.  
  17.  
  18. /////////////////////////////////////////////////////////////////////////
  19. // Code Fragment resources
  20.  
  21. #include    "CodeFrag.r"
  22.  
  23.  
  24. /////////////////////////////////////////////////////////////////////////
  25. // CheckBook resources
  26.  
  27. resource 'SIZE' (-1)
  28. {
  29.     reserved,
  30.     acceptSuspendResumeEvents,
  31.     reserved,
  32.     canBackground,
  33.     doesActivateOnFGSwitch,
  34.     backgroundAndForeground,
  35.     dontGetFrontClicks,
  36.     ignoreAppDiedEvents,
  37.     is32BitCompatible,
  38.     isHighLevelEventAware,
  39.     localAndRemoteHLEvents,
  40.     notStationeryAware,
  41.     dontUseTextEditServices,
  42.     reserved,
  43.     reserved,
  44.     reserved,
  45. #ifdef _MPPC_
  46.     2500 * 1024,
  47.     2500 * 1024
  48. #else    // 68K Mac
  49. #ifdef _DEBUG
  50.     3000 * 1024,
  51.     3000 * 1024
  52. #else
  53.     2000 * 1024,
  54.     2000 * 1024
  55. #endif
  56. #endif
  57. };
  58.  
  59. resource 'vers' (1)
  60. {
  61.     0x03,
  62.     0x00,
  63.     final,
  64.     0x00,
  65.     verUS,
  66.     "3.0",
  67.     "CheckBook 3.0, Copyright \251 Microsoft Corp. 1994-1995"
  68. };
  69.  
  70. resource 'vers' (2)
  71. {
  72.     0x04,
  73.     0x00,
  74.     final,
  75.     0x00,
  76.     verUS,
  77.     "4.0",
  78.     "MFC for Macintosh 4.0"
  79. };
  80.  
  81. resource 'kind' (128)
  82. {
  83.     'CHKB',
  84.     0,          // verUS
  85.     {
  86.         'CHBK', "CheckBook document",
  87.     }
  88. };
  89.  
  90. resource 'open' (128)
  91. {
  92.     'CHKB',
  93.     {
  94.         'CHBK'
  95.     }
  96. };
  97.  
  98. resource 'BNDL' (128)
  99. {
  100.     'CHKB',
  101.     0,
  102.     {
  103.         'FREF',
  104.         {
  105.             0, 128,
  106.             1, 129,
  107.             2, 130
  108.         },
  109.         'ICN#',
  110.         {
  111.             0, IDR_MAINFRAME,
  112.             1, IDR_BOOKFRAME,
  113.             2, IDR_CHECKFRAME
  114.         }
  115.     }
  116. };
  117.  
  118. type 'CHKB' as 'STR ';
  119. resource 'CHKB' (0)
  120. {
  121.     "CheckBook 3.0 Copyright \251 1994-1995 Microsoft Corp."
  122. };
  123.  
  124. resource 'FREF' (128)
  125. {
  126.     'APPL',
  127.     0,
  128.     ""
  129. };
  130.  
  131. resource 'FREF' (129)
  132. {
  133.     'CHBK',
  134.     1,
  135.     ""
  136. };
  137.  
  138. resource 'FREF' (130)
  139. {
  140.     'CHBK',
  141.     2,
  142.     ""
  143. };
  144.  
  145. /* Balloon help resources */
  146.  
  147. resource 'hfdr' (-5696)
  148. {
  149.     HelpMgrVersion, hmDefaultOptions, 0, 0,
  150.     {
  151.         HMSTRResItem {500}
  152.     }
  153. };
  154.  
  155. resource 'hovr' (1000)
  156. {
  157.     HelpMgrVersion, hmDefaultOptions, 0, 0,
  158.  
  159.         HMStringItem    /* missing items override */
  160.         {
  161.             "Miscellaneous part of the Microsoft CheckBook "
  162.             "Sample Application."
  163.         },
  164.         {
  165.             HMSkipItem {},  /* title bar */
  166.             HMSkipItem {},  /* reserved. always skip item here */
  167.             HMStringItem    /* close box */
  168.             {
  169.                 "Click here to close the Microsoft CheckBook "
  170.                 "Sample Application."
  171.             },
  172.             HMStringItem    /* zoom box */
  173.             {
  174.                 "Click here to Zoom In or Zoom Out."
  175.             },
  176.             HMSkipItem {},  /* active app's inactive window */
  177.             HMStringItem    /* inactive app's window */
  178.             {
  179.                 "This is not part of the Microsoft CheckBook "
  180.                 "Application. It may be part of the Apple "
  181.                 "Finder, or some other application."
  182.             },
  183.             HMSkipItem {}   /* outside modal dialog */
  184.         }
  185. };
  186.  
  187. #ifdef _MPPC_
  188. resource 'STR ' (500)
  189. {
  190.     "This is the Win32 CheckBook sample application "
  191.     "ported to the Power Macintosh using Microsoft VC++ "
  192.     "Edition for the Apple Power Macintosh"
  193. };
  194. #else    // 68K Mac
  195. resource 'STR ' (500)
  196. {
  197.     "This is the Win32 CheckBook sample application "
  198.     "ported to the Macintosh using Microsoft VC++ Edition "
  199.     "for the Apple Macintosh"
  200. };
  201. #endif
  202.  
  203. #ifdef _MPPC_
  204. resource 'cfrg' (0) {
  205.   {
  206.     kPowerPC,
  207.     kFullLib,
  208.     kNoVersionNum,kNoVersionNum,
  209.     0, 0,
  210.     kIsApp,kOnDiskFlat,kZeroOffset,kWholeFork,
  211.     ""
  212.   }
  213. };
  214. #endif
  215.  
  216.